@CHARSET "UTF-8";
#messagebox, #pmbox {
	float: left;
	width: 405px;
	display: inline; /* fix IE6 double margin bug */
	height: 275px;
	overflow: hidden;
	top: expression(0+((e=documentElement.scrollTop+documentElement.clientHeight-275)?e:(document.body.scrollTop+document.body.clientHeight-275))+'px');
	
	/* place message box on top of other elements */
	z-index: 10000;
}

#pmbox {
	overflow: hidden;
}

html > body #messagebox, html > body #pmbox {
		position: fixed;
        bottom: 0;
        left:0px;
}

#pushdown, #shrinkto {
	float: left;
	overflow: hidden;
	display: none;

	/* place message box on top of other elements */
	z-index: 10000;
	
	text-align: center;
}

.infobox {
	float: left;
	width: 400px;
	margin-top: 275px;
	border-top: 1px solid #a6b4cf59;
	border-left: 1px solid #a6b4cf59;
	border-right: 1px solid #a6b4cf59;
	border-bottom:  1px solid #a6b4cf59;
	background: #f5f5f5;
}

.infobox-header {
	float: left;
	width: 400px;
	height: 30px;
	font-size: 14px;
	color: #1f336b;
	cursor: pointer;
	border-bottom:  1px solid #a6b4cf52;
	/*background: url(/qqh/images/infobox-header.gif) repeat-x;*/
}

.infobox-header .header {
	float: left;
	padding: 5px;
}

.infobox-header .closeit {
	float: left;
	height:30px;
}

.infobox ul {
	float: left;
	list-style: none;
	height: 120px;
	margin: 10px;
	padding: 0;
}
.infobox ul li { margin: 0; padding: 2px 0; }

/*#pmbox .infobox {
	background: #fff url(/qqh/images/bg-qqh.gif) repeat-x;
}*/

#pmbox .more {
	font-size: 0.9em;
	margin-right: 0;
}

#overlay {
	
	/* must be initially hidden */
	display:none;
	
	/* place overlay on top of other elements */
	z-index: 10000;
	
	width:600px;	
	min-height:250px;
	border:1px solid #666;
	
	position: relative;
	margin: 0 auto;

	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;	
}